CxMssFmsCmdEditor Object
The CxMssFmsCmdEditor object is a dialog box-based editor for FMS Command records of the Master Scheduling Service (MSS). Declare the object using the following code:
|
CreateObject("CxEditors.CxMssFmsCmdEditor") |
Each method in this document will assume you have declared and connected the CxMssFmsCmdEditor object using the following code:
|
Dim MssCmdEditor Set MssCmdEditor = CreateObject("CxEditors.CxMssFmsCmdEditor") MssCmdEditor.Connect("CYGDEMO.MSS") |
More:


